home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / graffiti / graffiti.h < prev    next >
C/C++ Source or Header  |  1992-12-03  |  237b  |  12 lines

  1. #include "3d.h"
  2.  
  3. extern int onlyverts;
  4. extern char *headname, *tailname, *headxformname, *tailxformname, *graffitiname;
  5. extern void AddVertex(Point3 *p);
  6. extern int newvect;
  7. extern int wrap;
  8. extern short nverts;
  9. extern Point3 verts[];
  10.  
  11.  
  12.